dataframe.common

Undocumented in source.

Members

Aliases

KalType
alias KalType = string
Undocumented in source.
KalVariant
alias KalVariant = Algebraic!(string, int, long, DateTime, float, double)
Undocumented in source.

Enums

ColumnType
enum ColumnType
Undocumented in source.

Functions

dateTimeToDate
Date dateTimeToDate(DateTime st)
Undocumented in source. Be warned that the author may not have intended to support it.
dateToDateTime
DateTime dateToDateTime(Date d)
Undocumented in source. Be warned that the author may not have intended to support it.
isDashYYYYMMDD
bool isDashYYYYMMDD(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
isDate
bool isDate(KalVariant[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
isDouble
bool isDouble(KalVariant[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
isInteger
bool isInteger(KalVariant[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
isNumberDate
bool isNumberDate(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
log
void log(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
numberDate
DateTime numberDate(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
numberDate
Date numberDate(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDashYYYYMMDD
Date parseDashYYYYMMDD(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDashYYYYMMDD
DateTime parseDashYYYYMMDD(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDate
Date parseDate(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDate
DateTime parseDate(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
stringToDate
Date stringToDate(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
stringToDateTime
DateTime stringToDateTime(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(KalVariant[] cells)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta